home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 1 / ETO Development Tools 1.iso / Essentials / MacApp Documentation / MacApp AppleLink Messages / MacApp.Tech$ 1⁄5⁄90 / 0304-Re Hier. menus-Jan90 < prev    next >
Encoding:
Text File  |  1990-01-05  |  774 b   |  25 lines  |  [TEXT/GEOL]

  1. Item    7302333                         3-Jan-90        12:14
  2.  
  3. From:   D5369                           Mgmt Sys Des, Chuck McMath,PRT
  4.  
  5. To:     MACAPP.TECH$                    MacApp Technical
  6.  
  7. Sub:    Re: Hier. menus
  8.  
  9. Mark:
  10.  
  11. There's just one other thing you need to do; that's add the submenu ID to the
  12. MBAR resource whose symbolic name is kMBarHierarchical.  For instance:
  13.  
  14.                 resource 'MBAR' (kMBarHierarchical) {
  15.                       {mFont; mSize; mColor; mKontrol}
  16.                 };
  17.  
  18. Is what mine looks like for my application.  How did I recognize this so
  19. quickly, you might ask?  Well, you see I spent most of last Wednesday trying to
  20. get a hierarchical submenu to show up…
  21.  
  22.  
  23.                                                     Chuck McMath
  24.  
  25.